home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / statusc.h < prev    next >
C/C++ Source or Header  |  2008-10-18  |  1KB  |  38 lines

  1. /*
  2.  * Copyright 1995, 1999, 2000 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    statusc.h
  12.  *        Global declarations for status.c.
  13.  */
  14.  
  15. extern void status_compose(Boolean on, unsigned char c, enum keytype keytype);
  16. extern void status_ctlr_done(void);
  17. extern void status_cursor_pos(int ca);
  18. extern void status_disp(void);
  19. extern void status_init(void);
  20. extern void status_insert_mode(Boolean on);
  21. extern void status_kmap(Boolean on);
  22. extern void status_kybdlock(void);
  23. extern void status_minus(void);
  24. extern void status_oerr(int error_type);
  25. extern void status_reinit(unsigned cmask);
  26. extern void status_reset(void);
  27. extern void status_reverse_mode(Boolean on);
  28. extern void status_script(Boolean on);
  29. extern void status_scrolled(int n);
  30. extern void status_shift_mode(int state);
  31. extern void status_syswait(void);
  32. extern void status_timing(struct timeval *t0, struct timeval *t1);
  33. extern void status_touch(void);
  34. extern void status_twait(void);
  35. extern void status_typeahead(Boolean on);
  36. extern void status_uncursor_pos(void);
  37. extern void status_untiming(void);
  38.